/* ============================================================
   Chimney Exp — FAQ Page Styles
   Peanut folder: 114 - chimney-exp_com
   Prefix: pnt114_
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pnt114_faq_wrap {
  font-family: 'Arial', 'Helvetica Neue', sans-serif;
  color: #2d2d2d;
  background: #f8f5f2;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── Hero ─────────────────────────────────────────────────── */

.pnt114_hero {
  position: relative;
  background: linear-gradient(150deg, #111008 0%, #2b1200 35%, #5c2508 70%, #8b3a0a 100%);
  padding: 90px 24px 100px;
  text-align: center;
  overflow: hidden;
}

.pnt114_hero_glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 55% at 50% 90%, rgba(200,101,26,0.28) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 80% 20%, rgba(139,58,10,0.18) 0%, transparent 60%);
  pointer-events: none;
}

.pnt114_hero_inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.pnt114_hero_tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,101,26,0.15);
  border: 1px solid rgba(200,101,26,0.38);
  color: #e8895a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.pnt114_hero_tag svg {
  width: 14px;
  height: 14px;
  fill: #e8895a;
  flex-shrink: 0;
}

.pnt114_hero_title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: normal;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

.pnt114_hero_title em {
  color: #e8895a;
  font-style: normal;
}

.pnt114_hero_sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  max-width: 500px;
  margin: 0 auto 32px;
}

.pnt114_hero_line {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #c8651a, #e8895a);
  border-radius: 2px;
  margin: 0 auto;
}

/* ── Category Nav ─────────────────────────────────────────── */

.pnt114_cat_nav_wrap {
  background: #fff;
  border-bottom: 1px solid #e4ddd6;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.pnt114_cat_nav {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 2px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pnt114_cat_nav::-webkit-scrollbar { display: none; }

.pnt114_cat_btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 16px 18px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
  color: #7a6658;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.18s, border-color 0.18s;
  font-family: inherit;
}

.pnt114_cat_btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

.pnt114_cat_btn:hover {
  color: #c8651a;
}

.pnt114_cat_btn.pnt114_active {
  color: #c8651a;
  border-bottom-color: #c8651a;
}

/* ── Main Layout ──────────────────────────────────────────── */

.pnt114_main {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  display: block;
}

/* ── Category Section ─────────────────────────────────────── */

.pnt114_cat_section {
  margin-bottom: 56px;
}

.pnt114_cat_section:last-child {
  margin-bottom: 0;
}

.pnt114_cat_header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e4ddd6;
}

.pnt114_cat_icon_wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #c8651a, #8b3a0a);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pnt114_cat_icon_wrap svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.pnt114_cat_title {
  font-family: 'Georgia', serif;
  font-size: 1.3rem;
  color: #1a1a1a;
  font-weight: normal;
}

.pnt114_cat_count {
  margin-left: auto;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c8651a;
  background: #fdf1e8;
  border: 1px solid rgba(200,101,26,0.25);
  padding: 3px 10px;
  border-radius: 12px;
  letter-spacing: 0.05em;
}

/* ── Accordion Items ──────────────────────────────────────── */

.pnt114_accordion {
  border: 1px solid #e4ddd6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.pnt114_item {
  border-bottom: 1px solid #ede7e0;
}

.pnt114_item:last-child {
  border-bottom: none;
}

.pnt114_item_trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background 0.15s;
}

.pnt114_item_trigger:hover {
  background: #fdf8f5;
}

.pnt114_item_trigger.pnt114_open {
  background: #fdf1e8;
}

.pnt114_item_q {
  font-size: 0.97rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.45;
  flex: 1;
}

.pnt114_item_trigger.pnt114_open .pnt114_item_q {
  color: #8b3a0a;
}

.pnt114_item_chevron {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f2ede8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.15s;
}

.pnt114_item_chevron svg {
  width: 14px;
  height: 14px;
  fill: #8b3a0a;
  transition: transform 0.25s ease;
}

.pnt114_item_trigger.pnt114_open .pnt114_item_chevron {
  background: #c8651a;
  transform: rotate(180deg);
}

.pnt114_item_trigger.pnt114_open .pnt114_item_chevron svg {
  fill: #fff;
}

.pnt114_item_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.pnt114_item_body_inner {
  padding: 0 24px 22px 24px;
  border-top: 1px solid #f0e9e2;
}

.pnt114_item_body_inner p {
  font-size: 0.94rem;
  color: #3d3533;
  line-height: 1.72;
  margin-bottom: 10px;
}

.pnt114_item_body_inner p:last-child {
  margin-bottom: 0;
}

.pnt114_item_body_inner ul {
  margin: 8px 0 8px 0;
  padding-left: 0;
  list-style: none;
}

.pnt114_item_body_inner ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.91rem;
  color: #3d3533;
  line-height: 1.6;
  margin-bottom: 7px;
}

.pnt114_item_body_inner ul li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #c8651a;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px;
}

.pnt114_item_body_inner strong {
  color: #1a1a1a;
}

/* ── Sidebar ──────────────────────────────────────────────── */

.pnt114_sidebar {
  position: sticky;
  top: 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pnt114_sidebar_card {
  background: #fff;
  border: 1px solid #e4ddd6;
  border-radius: 10px;
  padding: 28px 24px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.pnt114_sidebar_card_title {
  font-family: 'Georgia', serif;
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 14px;
  font-weight: normal;
}

.pnt114_sidebar_card p {
  font-size: 0.87rem;
  color: #6a5c52;
  line-height: 1.65;
  margin-bottom: 16px;
}

.pnt114_sidebar_cta_btn {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #c8651a, #8b3a0a);
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 5px;
  transition: opacity 0.18s, transform 0.15s;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
}

.pnt114_sidebar_cta_btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.pnt114_sidebar_cta_note {
  font-size: 0.75rem;
  color: #aaa;
  text-align: center;
  margin-bottom: 0 !important;
}

.pnt114_service_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pnt114_service_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  color: #3d3533;
  padding: 8px 0;
  border-bottom: 1px solid #f2ede8;
  line-height: 1.4;
}

.pnt114_service_list li:last-child {
  border-bottom: none;
}

.pnt114_service_list li svg {
  width: 15px;
  height: 15px;
  fill: #c8651a;
  flex-shrink: 0;
}

/* ── Bottom CTA Band ──────────────────────────────────────── */

.pnt114_bottom_band {
  background: linear-gradient(135deg, #1a0f08 0%, #5c2508 100%);
  padding: 72px 24px;
  text-align: center;
}

.pnt114_bottom_band_inner {
  max-width: 580px;
  margin: 0 auto;
}

.pnt114_bottom_band_icon {
  width: 60px;
  height: 60px;
  background: rgba(200,101,26,0.2);
  border: 1px solid rgba(200,101,26,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.pnt114_bottom_band_icon svg {
  width: 28px;
  height: 28px;
  fill: #e8895a;
}

.pnt114_bottom_band_title {
  font-family: 'Georgia', serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: #fff;
  font-weight: normal;
  margin-bottom: 14px;
}

.pnt114_bottom_band_text {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.62);
  margin-bottom: 28px;
  line-height: 1.65;
}

.pnt114_bottom_band_btn {
  display: inline-block;
  background: #b72911;
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 4px;
  transition: opacity 0.18s, transform 0.15s;
}

.pnt114_bottom_band_btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* ── Scroll fade ──────────────────────────────────────────── */

.pnt114_fade_in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.pnt114_fade_in.pnt114_visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 860px) {
  .pnt114_main {
    grid-template-columns: 1fr;
  }
  .pnt114_sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .pnt114_hero {
    padding: 70px 20px 80px;
  }
  .pnt114_main {
    padding: 40px 16px 60px;
  }
  .pnt114_sidebar {
    grid-template-columns: 1fr;
  }
  .pnt114_item_trigger {
    padding: 16px 18px;
  }
  .pnt114_item_body_inner {
    padding: 0 18px 18px;
  }
}
